home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / DefineButton2_237 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  104 b   |  6 lines

  1. on(release){
  2.    gotoAndStop(1);
  3.    _root.speed = _root.speed1;
  4.    _root.tmpspeed = _root.speed1;
  5. }
  6.